home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / cthugha5.zip / CTHU5SRC.ZIP / MOUSE.H < prev    next >
Text File  |  1994-08-19  |  588b  |  21 lines

  1. int mouse_init(void);
  2. void mouse_call(int *m1, int *m2, int *m3, int *m4);
  3.  
  4. #define MOUSE_RESET 0
  5. #define SHOW_CURSOR 1
  6. #define HIDE_CURSOR 2
  7. #define GET_POSITION 3
  8. #define SET_POSITION 4
  9. #define GET_BUTTON_PRESS_INFO 5
  10. #define GET_BUTTON_RELEASE_INFO 6
  11. #define SET_HORZ_RANGE 7
  12. #define SET_VERT_RANGE 8
  13. #define SET_GRAPHICS_CURSOR 9
  14. #define SET_TEXT_CURSOR 10
  15. #define READ_MOUSE_MOTION_COUNTER 11
  16. #define SET_INTERRUPT_ROUTINE 12
  17. #define LIGHT_PEN_ON 13
  18. #define LIGHT_PEN_OFF 14
  19. #define SET_MOUSE_SPEED 15
  20. #define COINDITIONAL_OFF 16
  21. #define DOUBLE_SPEED_THRESHOLD 19